/**
 * Applies fundamental layout and styling to the contents of a modal footer.
 *
 * ```html
 * <fd-modal-footer>
 *     <button>Do action</button>
 * </fd-modal-footer>
 * ```
 */
export declare class ModalFooterComponent {
    /** @hidden */
    modalFooter: boolean;
}
