declare const _default: {
    title: string;
    decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
};
export default _default;
export declare const Colors: (_: unknown, { colors }: {
    colors: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Typography: (__: unknown, { fontFamily, fontSize, fontWeight }: {
    fontFamily: any;
    fontSize: any;
    fontWeight: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Spacings: (__: unknown, { spacing }: {
    spacing: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Borders: (_: unknown, { borderRadius }: {
    borderRadius: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Shadows: (_: unknown, { boxShadow }: {
    boxShadow: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Components: () => import("react/jsx-runtime").JSX.Element;
export declare const Icons: () => import("react/jsx-runtime").JSX.Element;
