export declare const withPadding: (space?: string) => (storyFn: (...args: any) => any) => JSX.Element; export declare const withBackground: (color?: string) => (storyFn: (...args: any) => any) => JSX.Element; export declare const withWidth: (width: string) => (storyFn: (...args: any) => any) => JSX.Element;