import { Slice } from './types';
import './figma-slice.scss';
declare type Data = {
    figmaFileUrl?: string;
    height?: number;
};
export declare const figmaSlice: Slice<Data>;
export {};
//# sourceMappingURL=figma-slice.d.ts.map