interface StyleFrameClipKranoxProps { squareSize?: number | string; padding?: number | string; strokeWidth?: number | string; smallLineLength?: number | string; largeLineLength?: number | string; } declare const styleFrameClipKranox: (props?: StyleFrameClipKranoxProps) => string; export type { StyleFrameClipKranoxProps }; export { styleFrameClipKranox };