import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon56FragmentsOutlineProps = SvgIconProps;
export declare const Icon56FragmentsOutline: React.FC<Icon56FragmentsOutlineProps> & {
};
