/**
 * @file index.tsx
 *
 * @fileoverview Display the Spacing within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ size, mt, mb, children, ...props }: import(".").SpacingProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultSpacing: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const CustomSpacing: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
