import { Blankslate, Visual, Heading, Description, PrimaryAction, SecondaryAction } from './Blankslate';
import type { BlankslateProps, BlankslateVisualProps, BlankslateHeadingProps, BlankslateDescriptionProps, BlankslatePrimaryActionProps, BlankslateSecondaryActionProps } from './Blankslate';
declare const BlankslateContainer: typeof Blankslate & {
    Visual: typeof Visual;
    Heading: typeof Heading;
    Description: typeof Description;
    PrimaryAction: typeof PrimaryAction;
    SecondaryAction: typeof SecondaryAction;
};
export { BlankslateContainer as Blankslate };
export type { BlankslateProps, BlankslateVisualProps, BlankslateHeadingProps, BlankslateDescriptionProps, BlankslatePrimaryActionProps, BlankslateSecondaryActionProps, };
//# sourceMappingURL=index.d.ts.map