import { FunctionComponent, PropsWithChildren } from 'react';
interface BlankSlateProps {
    /**
     * Whether the Blankslate render with a border
     *
     * @default true
     */
    withBorder?: boolean;
}
export declare const BlankSlate: FunctionComponent<PropsWithChildren<BlankSlateProps>>;
export {};
//# sourceMappingURL=BlankSlate.d.ts.map